home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 32 / rubik.zip / RUN_CD.BAT < prev   
DOS Batch File  |  1991-01-12  |  589b  |  23 lines

  1. echo off
  2. CLS
  3. FIND1
  4. IF errorlevel 7 GOTO BASICA
  5. IF errorlevel 8 GOTO GW
  6. CLS
  7. ECHO This program is written in BASIC. While trying to run this program
  8. ECHO neither BASICA nor GWBASIC was found. Make sure your system has
  9. ECHO one of these two programs, also make sure that they are in one
  10. ECHO of the directories defined in the PATH. If this message is too
  11. ECHO technical contact the dealer or store that provided you with this
  12. ECHO product for an explanation.   SORRY..........
  13. PAUSE
  14. GOTO END
  15. :BASICA
  16. BASICA.EXE RUBIK.BAS
  17. GOTO END
  18. :GW
  19. GWBASIC.EXE RUBIK.BAS 
  20. :END
  21. CD\
  22. CLS
  23.